This folder contains the following:

PluginSampleC#.zip -  This zip file contains a sample solution that contains one project to create a library (a .dll which will become the plugin file).

Winamp-Profile.vap   -  This is a sample profile that contains a few basic commands that use plugin calls (play, pause, stop, volume and get title).  If you have Winamp, you should be able to just launch a song with it and then interact with the running song using the sample.  Credit for the Winamp library to Polis Pilavas and others contained in the WinampLib.cs file.

Test C#-Profile.vap - This is a sample profile with one command, 'test external'.  This will invoke the sample class containing the dictionary examples.  All this wil do on the first run is say, 'this is new' with text-to-speech, followed by a log entry.  The next time it is called, it should say, 'hello' and some random number in tts, and make a log entry.